home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00027_top text script.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  257 b   |  15 lines

  1. property s
  2.  
  3. on beginSprite me
  4.   s = me.spriteNum
  5.   sprite(s).locZ = 1500
  6. end
  7.  
  8. on switchtext me, thetitle
  9.   set the member of sprite s to "top title" && string(thetitle)
  10. end
  11.  
  12. on growup me, themerit
  13.   set the member of sprite s to "top title" && themerit
  14. end
  15.